
/* Тренинги - Заголовки разделов */

.al_tr-header {
  	font-family: 'Montserrat', sans-serif;
	font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-left: 15px;
  	margin-bottom: 20px;
  	position: relative;
}
.al_tr-header:before {
    content:'';
    position: absolute;
    background:linear-gradient(218.37deg, #CCDCFF 3.66%, #9A99F2 94.23%), #D9D9D9;
	top: 0;
  	left:-13px;
  	width: 4px;
  	height:100%;
}

/* Тренинги - Сайдбар */
.right_column {
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(211, 219, 228, 0.25);
    border-radius: 5px;
    padding: 20px 20px 30px;
}

.application_hr {
	margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #280943;
    opacity: 0.1;
}

.application_text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #102A36;
    margin: 27px 0;
    padding:0;
}
.application_text a {
    color:#007C78;
}
.application_btn {
    background: #007C78;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 10px;
    width: 100%;
    border: none;
    transition: all 0.3s;
}
.application_btn:hover {
    transform: translateY(-5px);
     
}

/*Кнопки*/
.block_btn {
    display: flex;
	flex-wrap: wrap;
    justify-content: start;
    
    margin: 0 -10px;
}
.chats_btn {
	flex: 1 1 30%;
	max-width: calc(100% / 3 - 20px);
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 0 3px 15px rgba(211, 219, 228, 0.25);
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    border: none;
    padding: 20px;
    transition: all 0.3s;
}
.chats_btn:hover {
    background: #FFFFFF;
    box-shadow: 0 3px 25px rgba(211, 219, 228, 0.25), 0 3px 15px rgba(134, 149, 165, 0.25);
    border-radius: 10px;
    transform: translatey(-5px);
}

@media (max-width:660px) {
	.chats_btn {
		flex: 1 1 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}


/* Тренинги - информация о тех поддержке */
.support_hr{
	margin-top: 30px;
    margin-bottom: 35px;
    border-top: 1px solid #280943;
    opacity: 0.1;
}
.support_header{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}
.support_time p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color:#007C78;
    margin: 16px 0 10px;
    padding:0;
}
.support_text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin: 0 0 17px;
    padding:0
}
.support_btn{
    background: #007C78;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding: 13px 10px;
    width: 100%;
    transition: all 0.3s;
}
.support_btn:hover {
    transform: translateY(-5px);   
}




@media (max-width: 320px) {
    .banner_header {
    font-size: 24px;
    line-height: 28px;
}
    .banner_wrapper:before {
         width: 278px;
    }
}

@media screen and (max-width: 320px) {
    .right_column {

    padding: 20px 10px 30px;
}
    .calendar {
   
    padding: 0px;
}
    .al_tr-projects .stream-table tbody tr td:before {
        bottom: -12px;
    }
}

.page-header h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
}
.page-header h1 a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
}

/* Трениннги - шапка тренинга */
.trainings_wrapper {
    margin-top: 90px;
    background: #FFFFFF;
    box-shadow: 0 10px 50px rgba(211, 219, 228, 0.5);
    border-radius: 20px;
    padding: 69px 560px 60px 47px;
    position: relative;
    margin-bottom: 53px;
}
.trainings_wrapper .xdget-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.trainings_header {
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 9px;
    z-index: 100;
}
.trainings_text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    opacity: 0.55;
}

@media (max-width:660px) {
    .trainings_wrapper {
        padding-right: 300px;
    }
    .trainings_wrapper .xdget-image img
    {
        width: 300px;
    }
}

@media (max-width:375px) {
    .trainings_wrapper .xdget-image img {
        opacity: .2;
    }
    
    .trainings_header {
        font-size: 
    }
    
    .trainings_wrapper {
        padding: 20px;
    }
}

/* Тренинги - заголовоки раздела */
.start_training_wrapper {
    background: linear-gradient(99.94deg, #9F21E3 0%, #5B2A86 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FFFFFF;
    box-shadow: 4px 12px 32px rgba(129, 122, 239, 0.25);
    border-radius: 5px;
    padding: 25px 100px 25px 30px;
    position: relative;
    margin-bottom: 20px;
}
.start_training_wrapper:before {
    content: '';
    position: absolute;
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/254/h/6d3da7cb08b3784edad89a3912e5279e.png");
    bottom: 0;
    right: 0;
    width: 206px;
    height: 136px;
    z-index: 1;
}
.start_training {
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;
    z-index: 100;
}

.main_program_wrapper {
    background: #FFFFFF;
    box-shadow: 4px 12px 32px rgba(129, 122, 239, 0.25);
    border-radius: 5px;
    padding: 24px 30px 24px 31px;
    position: relative;
    margin: 50px 0 30px;
}
.main_program_wrapper:before {
    content: '';
    position: absolute;
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/95/h/4d20ebd3c527d584c768b1d7408a6044.png");
    bottom: 0;
    right: 0;
    width: 192px;
    height: 124px;
    z-index: 1;
}
.main_program {
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #602A8D;
    z-index: 100;
}

@media (max-width: 375px) {
    .main_program_wrapper:before {
        opacity: .2;
    }
}

/* Календарь событий */
.xdget-lessonSchedule,
.xdget-lessonSchedule.al_chats-block .schedule-block,
.xdget-lessonSchedule.al_chats-block h3 {
	display: none;
}

.al_ls-calendar {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	text-transform: capitalize;
	text-align: center;
    
	background: #FFFFFF;
    border: 0px solid #EBEEF4;
    border-radius: 10px;
}

.calendar {
	position: relative;
	padding: 10px;
}

.calendar a {
	text-decoration: none;
	color: inherit;
}

.calendar header .simple-calendar-btn {
	display: inline-block;
	position: absolute;
	top: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	background: #8851E1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar header .simple-calendar-btn:hover {
	color: white;
    background: #8851E1;
}

.calendar header .simple-calendar-btn:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.calendar header .btn-prev {
	left: 20px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.calendar header .btn-next {
	right: 20px;
}

.calendar header .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.calendar header .month {
	padding: 15px 0 0;
	margin: 0 0 30px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
}

.calendar header .month .year {
	display: none;
}

.calendar table {
	width: 100%;
	margin: 0 0;
	border-spacing: 0px;
}

.calendar thead {
    font-weight: 300;
    font-size: 12px;
	color: #8A8A8A;
}

.calendar td {
	padding: 0.8em 0.1em;
}

.calendar .day {
	position: relative;
	display: inline-block;
	padding-top: 5px;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar .day.today {
	background: #8851E1;
	color: white;
}

.calendar .day.today.has-event {
    text-decoration: none;
	background: #8852E2;
	color: #fff !important;
}

.calendar .day.has-event {
	padding-top: 6px;
	font-weight: 700;
	color: #8852E2;
    text-decoration: none;
    border: 1px solid #8852E2;

	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar .day.has-event:hover {
	text-decoration: none;
	background: #8852E2;
	color: #fff !important;
}

.calendar .day.wrong-month {
	display: none;
}

.calendar .day.disabled {
	cursor: default;
}

.calendar .event-container:nth-child(2) {
	display: none !important;
}

.calendar .event-container {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 50px;
	background: #00000020;
	backdrop-filter: grayscale(100%);
	-webkit-backdrop-filter: grayscale(100%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999;
}

.calendar .event-container .event-wrapper {
	overflow-y: auto;
	max-height: 100%;
}

.calendar .event-container .close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	cursor: pointer;
	opacity: 1;
}

.calendar .event-container .close:before,
.calendar .event-container .close:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.calendar .event-container .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.calendar .event-container .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.calendar .event-container .event {
	position: relative;
	width: calc(100% - 5px);
	padding: 1em;
	margin-bottom: 1em;
	background: #9A99F2 !important;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	color: #ffffff;
}

.calendar .event-container .event-date {
	margin-bottom: 5px;
}

.calendar .event-container .event-hour {
	float: right;
}

.calendar .event-container .event-summary {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
}

.calendar .event-container .event-summary .tr-name {
	display: none;
}

.calendar .filler {
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #00000020;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




/* Сайдбар */
.right_container {
    background: #FFFFFF;
    box-shadow: 0 3px 15px rgba(211, 219, 228, 0.25);
    border-radius: 5px;
}
.search {
    background: #FFFFFF;
    box-shadow: 0 10px 50px rgba(211, 219, 228, 0.5), 0 3px 15px rgba(211, 219, 228, 0.25);
    border-radius: 5px;
    padding: 15px 20px;
}
.search_header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #280943;
}

/* Сайдбар - Доступ к курсу */
.access_course {
    margin-top: 35px;
}
.access_course_header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0D1321;
}
.access_course_text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    opacity: 0.5;
    margin: 5px 0 15px;
    padding: 0;
}
.access_course_text2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #8852E2;
}
.access_course_hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #280943;
    opacity: 0.1;
}

/* Сайдбар - Куратор */
.al_tr-curator {
    padding: 0 20px;

}

.al_tr-curator .al_tc-subheader {
    margin-bottom: 18px;
    margin-top: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.al_tr-curator .al_tc-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.al_tr-curator .al_tci-img {
    flex: 0 0 120px;
    margin-right: 10px;
}

.al_tr-curator .al_tci-img img {
    border-radius: 500px;
}

.al_tr-curator .al_tci-info {
    flex: 1 1 calc(100% - 140px);
}

.al_tr-curator .al_tci-name {
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #000;
}

.al_tci-btn {
    padding: 10px 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(0deg, #8852E2, #8852E2), #8851E1;
    border-radius: 30px;
    width: 100%;
    transition: all 0.3s;
    border: none;
}
.al_tr-curator .al_tci-btn:hover {
    transform: translateY(-5px);
}

/* Сайдбар - Бонусе на курсе */
.bonus_course_wrapper {
    position: relative;
}
.bonus_course_wrapper:before {
    content: '';
    position: absolute;
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/285/h/30de94a2ca844eb607e36bd2619e4bdd.png");
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 160px;
}
.bonus_course {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #141414;
}
.bonus_course_text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #8851E1;
}
.bonus_course_text p span {
    font-size: 30px;
}
.bonus_course_btn {
    background: linear-gradient(0deg, #8852E2, #8852E2), #8851E1;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 20px;
    transition: all 0.3s;
    border: none;
}
.bonus_course_btn:hover {
    transform: translateY(-5px);
}
.bonus_course_hr {
    margin-top: 41px;
    margin-bottom: 37px;
    border-top: 1px solid #280943;
    opacity: 0.1;
}
.hr_p {
    margin-top: 43px;
    margin-bottom: 0;
    border-top: 1px solid #280943;
    opacity: 0.1;
}

@media (max-width: 375px) {
    .bonus_course_wrapper:before {
        opacity: .2
    }
}

/* Блок - Прогресс тренинга */
.al_progress-bar {
    position: relative;
    margin: 0 0 20px;
    padding: 0 15px 20px;
}

.al_progress-bar .al_pb-header {
    min-height: 70px;
}

.al_progress-bar .al_pb-title {
    margin-top: 20px;
    float: left;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.al_progress-bar .al_pb-count {
    position: relative;
    top: 33px;
    float: right;
    color: #8851E1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
}

.al_progress-bar .al_pb-count .ball-count {
    font-weight: 600;
    font-size: 30px;
}

.al_pb-progressbar {
    position: relative;
    top: 0;
    width: 100%;
    height: 28px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.al_pb-progressbar .al_pb-line {
    position: relative;
    top: 3px;
    left: 3px;
    height: 21px;
    min-width: 35px !important;
    max-width: calc(100% - 4px);

    background: #8851E1;
    border-radius: 30px;
}

.al_progress-bar .al_pb-perc {
    display: block;
    position: relative;
    top: 2px;
    right: 10px;

    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    line-height: .8;
    color: #FFFFFF;
    text-align: right;
}
.support_wrapper1 {
    padding: 0 35px 29px;

}

.greetings {
    background: #FFFFFF;
    box-shadow: 0 3px 15px rgba(211, 219, 228, 0.25);
    padding: 28px 20px;
    position: relative;
    color: #0F2851;
    margin-top: 31px;
    border-radius: 0 0 0 50px;
}
.greetings:before {
    content: '';
    position: absolute;
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/110/h/535c2476c7be382a223780f268ba9fe9.png");
    top: -15px;
    left: 12px;
    width: 40px;
    height: 28px;
}

.greetings-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}


/* Сайдбар - Поиск */
.BlockList {
    position: absolute;
    z-index: 9999;
    width: calc(100% - 20px);
    background: white;
    height: 300px;
    max-height: 50vh;
    overflow: auto;
    border: 1px solid #CCDCFF;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
}
.TextInput {
    z-index: 10000;
    padding: 8px 15px;
    font: inherit;
    outline: none;
    border-radius: 30px;
    border: 1px solid #CCDCFF;
    width: 100%;
}
.TextInput::-webkit-input-placeholder {
    color: #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.TextInput::-moz-placeholder {
    color: #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.TextInput:-ms-input-placeholder {
    color: #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.TextInput::-ms-input-placeholder {
    color: #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.TextInput::placeholder {
    color: #000000;
    font-weight: 100;
}
.TextInput:focus {
    border-color: rgba(2,121,254,.38);
    -webkit-box-shadow: 0 0 0 2px rgba(2,121,254,.38);
    box-shadow: 0 0 0 2px rgba(2,121,254,.38);
}
.TextInput.__error {
    background-color: #fcf4f4;
    border: 1px solid #fe7676;
}
.TextInput.__error:focus {
    border-color: rgba(254,2,57,.38);
    -webkit-box-shadow: 0 0 0 2px rgba(254,2,57,.38);
    box-shadow: 0 0 0 2px rgba(254,2,57,.38);
}
.SearchBlock {
    padding: 10px;
    position: relative;
}
.SearchBlock__input.__left-icon {
    padding-left: 35px;
}
.SearchBlock__input {
    padding-right: 25px;
    font-size: 14px;
}
.SearchBlock__clear {
    right: 20px;
    cursor: pointer;
}
.SearchBlock__clear,
.SearchBlock__left-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.SearchBlock__left-icon {
    left: 20px;
    color: grey;
}
.SearchBlock .TextInput:focus {
    border-color: silver;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.TextBlock {
    word-break: break-word;
    white-space: pre-line;
    line-height: 150%;
    color: rgb(153, 153, 153);
    font-weight: normal;
    font-size: 15px;
    padding: 20px 10px 5px;
    margin-top: 0;
    margin-bottom: 5px;
}
.TextBlock.__clickable {
    cursor: pointer;
}
.TextBlock .TextBlock__empty {
    color: #999;
}
.TextBlock__editor .ProseMirror {
    outline: none;
}
.ScreenBlock {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 75px;
    padding: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: inherit!important;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.ScreenBlock.__clickable {
    cursor: pointer;
}
.ScreenBlock.__unavailable {
    background: #f0f0f0;
}
.ScreenBlock__left {
    width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ScreenBlock__left,
.ScreenBlock__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ScreenBlock__right {
    overflow: hidden;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.ScreenBlock__right-wrapper {
    width: 100%;
    max-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ScreenBlock__logo {
    position: relative;
}
.ScreenBlock .ScreenBlock__left.__no-logo {
    width: 10px!important;
}
.ScreenBlock__logo-status {
    position: absolute;
    right: -3px;
    bottom: -3px;
}
.ScreenBlock__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 16px;
}
.ScreenBlock__item-title-left {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 5px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.ScreenBlock__item-title-left--with-description {
    margin-bottom: 3px;
}
.ScreenBlock__item-title-right {
    white-space: nowrap;
}
.ScreenBlock__item-unread-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #2381cc;
    margin-right: 5px;
}
.ScreenBlock__item-time {
    font-size: 13px;
    color: #9f9f9f;
    margin-right: 10px;
}
.ScreenBlock__description {
    font-size: 13px;
    line-height: 15px;
    max-height: 30px;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.ScreenBlock.__selected {
    background-color: #2788cc!important;
    color: #fff!important;
}
.ScreenBlock.__selected .ScreenBlock__description,
.ScreenBlock.__selected .ScreenBlock__item-time {
    color: #fff!important;
}
.ScreenBlock.__medium {
    height: 60px;
    padding: 7px 0;
}
.ScreenBlock.__medium .ScreenBlock__left {
    width: 60px;
}
.ScreenBlock.__medium .ScreenBlock__description {
    max-height: 15px;
}
.ScreenBlock.__small {
    height: 50px;
    padding: 7px 0;
}
.ScreenBlock.__small .ScreenBlock__left {
    width: 50px;
}
.ScreenBlock.__small .ScreenBlock__description {
    white-space: nowrap;
}
.ScreenBlock.__mini .ScreenBlock__item-title-left {
    font-weight: 400;
    font-size: 12px;
}
.ScreenBlock.__mini .ScreenBlock__left {
    width: 30px;
}
.ScreenBlock.__mini {
    height: 30px;
    padding: 7px 0;
}
.Logo {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: white;
    background-color: rgb(246, 139, 45);
    font-size: 23px;
}
.Logo.__circle {
    border-radius: 50px;
}
.Logo.__large {
    height: 50px;
    width: 50px;
}
.Logo.__medium {
    height: 40px;
    width: 40px;
}
.Logo.__small {
    height: 30px;
    width: 30px;
}
.Logo.__mini {
    height: 20px;
    width: 20px;
}
.Logo.__default:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));
    background: linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
    border-radius: 5px;
}
.Logo.__circle.__default:after {
    border-radius: 50px;
}
